home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (4th Edition) / The Business Master - 4th Edition.iso / files / utilstem / swamp / ringer_1.exe / RINGER.DOC < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.7 KB  |  54 lines

  1.               RINGER.COM  Copyright (C) 1992 Paul E. Turton
  2.              FLUSH V6.1  Copyright (C) 1985-92 Paul E. Turton
  3.  
  4.  
  5. RINGER  sounds a distinctive warble when the "RING" signal line is set at
  6. the selected COM port.  It is intended for use where there are two phone
  7. lines with one line connected to a single line telephone and the other
  8. connected to a modem.  RINGER can access COM ports 1 thru 4 and be toggled
  9. ON/OFF.  Only one instance of RINGER can be installed but the COM port can
  10. be changed.  If you want to have RINGER removeable, install FLUSH v6.1 prior
  11. to installing RINGER.
  12.  
  13. Syntax:  RINGER x
  14.          Where 'x' is a number 1 to 4 representing the desired  COM port
  15.          or 'x' is 'D'isable a RINGER which had been installed.
  16.  
  17. The first time RINGER is run, the selected port is reset to 2400bd and a
  18. small TSR is installed which monitors that port. A distinctive warble is
  19. sounded.
  20.     Example for port 1:
  21.         RINGER 1
  22.  
  23. To disable RINGER so the COM port can be used by the modem use:
  24.         RINGER D
  25.  
  26. To re-enable RINGER or change the COM port, just run RINGER again.
  27.    Example for port 2:
  28.         RINGER 2
  29. The selected port is reset and the TSR begins monitoring the port again.
  30.  
  31.  
  32. Example usage with COM4:
  33.  
  34.  Add these lines to the end of your AUTOEXEC.BAT:
  35.     FLUSH +ringer
  36.     RINGER 4
  37.  
  38.  Batch file to run Telix ( TLX.BAT ):
  39.     @ECHO OFF
  40.     C:
  41.     REM Turn off RINGER  *** the 'D' is manditory ***
  42.     RINGER D
  43.  
  44.     CD\TELIX
  45.     REM Start Telix with a script that resets the modem and answers the call
  46.     TELIX  /sanswer.slc
  47.  
  48.     REM Turn RINGER back on  *** Port must be specified ***
  49.     RINGER 4
  50.  
  51.  
  52.  Later, to remove RINGER from memory, run:
  53.     FLUSH -ringer
  54.